* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    user-select: none;
}

a {
    text-decoration: none;
    color: #000;
}

/* 头部 */

.header {
    position: static;
    width: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
}

.header .header_banner {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    line-height: 70px;
    font-size: 30px;
    font-family: "Playfair Display";
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

/* 内容区域 */
.content {
    width: 100%;
    /* max-width: 1920px; */
    max-width: 1400px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
}

.search_box img {
    width: 100%;
    /* max-width: 1200px; */
    max-width: 1400px;
}

.search_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.search_box h5 {
    font-weight: normal;
    font-size: 14px;
}

.search_box h2 {
    font-size: 40px;
}

.search {
    margin-top: 20px;
    height: 45px;
}

.search input {
    width: 240px;
    height: 100%;
    border: 2px solid #d9d9d9;
    border-radius: 8px;
    outline: none;
    padding: 0 10px;
    /* box-sizing: border-box; */
    font-size: 16px;
}

.search button {
    width: 90px;
    height: 100%;
    background-color: #a87932;
    border: 0;
    border-radius: 8px;
    vertical-align: middle;
    position: relative;
}

.search button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.search button:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #eaecec;
    margin: 40px 0;
}

.shopTitle {
    font-size: 40px;
    text-align: center;
}

.show_box {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 40px 0;
}

.show_box li {
    width: 25%;
    text-align: center;
    margin: 20px 0;
}

.show_box li img {
    width: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: .25s ease;
}

.show_box li .img_box {
    overflow: hidden;
}

.show_box li:hover img {
    transform: scale(1.06);
}

.show_box li p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
}

.show_box li h5 {
    font-size: 18px;
    /* overflow: hidden; */
    display: inline-block;
    display: flex;
    justify-content: center;
}

.show_box li .nowPrice {
    color: #e32619;
}

.show_box li .oldPrice {
    font-size: 12px;
    color: #000;
    text-decoration: line-through;
    margin-top: -5px;
    margin-left: 5px;
}

/* 底部 */
.footer {
    width: 100%;
    background-color: #000;
}

.footer .footer_top {
    border-bottom: 1px solid #fff;
}

.footer .footer_top .footer_banner {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 30px;
    display: flex;
}

.footer .footer_top .footer_banner .footer_banner_left,
.footer .footer_top .footer_banner .footer_banner_right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "Libre Franklin";
}

.footer .footer_top .footer_banner .footer_banner_left h5,
.footer .footer_top .footer_banner .footer_banner_right h5 {
    font-size: 16px;
    font-weight: 600;
}

.footer .footer_top .footer_banner .footer_banner_left p,
.footer .footer_top .footer_banner .footer_banner_right p {
    font-size: 13px;
    margin-top: 20px;
    color: #f4f7eb;
}

.footer .footer_top .footer_banner .footer_banner_left .text,
.footer .footer_top .footer_banner .footer_banner_right .text {
    margin-top: 20px;
}

.footer .footer_top .footer_banner .footer_banner_left .text p,
.footer .footer_top .footer_banner .footer_banner_right .text p {
    margin-top: 0;
    line-height: 20px;
}

.footer .footer_bottom {
    padding: 30 0 60px 0;
}

.footer .footer_bottom .footer_banner {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    color: #787a7c;
    box-sizing: border-box;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    font-family: "Libre Franklin", Georgia, Serif;
    font-size: 12px;
}

.footer .footer_bottom .footer_banner .icons {
    display: flex;
}

.footer .footer_bottom .footer_banner .icons .icon {
    width: 35px;
    height: 22px;
    background-color: red;
    margin-left: 10px;
}

.footer .footer_bottom .footer_banner .icons .icon img {
    width: 100%;
    height: 100%;
}

.footer_750 {
    width: 100%;
    background-color: #000;
    padding-bottom: 35px;
    display: none;
}

.footer_750 .footer_top .footer_banner {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleY(0.5);
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .title:hover {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Libre Franklin";
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .title h5 {
    font-size: 14px;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .title .icon {
    display: flex;
    align-self: center;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .text {
    display: none;
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
    font-family: "Libre Franklin";
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .block {
    display: block !important;
}

.footer_750 .footer_top .footer_banner .footer_banner_left_text .text p {
    font-size: 13px;
}

.footer_750 .footer_top .footer_banner .footer_banner_right::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: scaleY(0.5);
}

.footer_750 .footer_top .footer_banner .footer_banner_right {
    padding-bottom: 20px;
    font-family: "Libre Franklin";
    position: relative;
}

.footer_750 .footer_top .footer_banner .footer_banner_right h5 {
    font-size: 14px;
    margin-top: 20px;
}

.footer_750 .footer_top .footer_banner .footer_banner_right .text {
    margin-top: 20px;
    font-size: 13px;
    font-family: "Libre Franklin";
    line-height: 1.5em;
}

.footer_750 .footer_bottom {
    padding: 30 0 60px 0;
}

.footer_750 .footer_bottom .icons_box {
    width: 100%;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
}

.footer_750 .footer_bottom .icons_box .icons {
    display: flex;
}

.footer_750 .footer_bottom .icons_box .icons .icon {
    width: 35px;
    height: 22px;
    margin-left: 10px;
}

.footer_750 .footer_bottom .icons_box .icons .icon img {
    width: 100%;
    height: 100%;
}

.footer_750 .footer_bottom .icons_box .icons .icon:first-child {
    margin-left: 0;
}

.footer_750 .footer_bottom .footer_bottom_text_box {
    width: 100%;
    margin: 0 auto;
    max-width: 1980px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #636465;
    margin-top: 20px;
    font-size: 12px;
    font-family: "Libre Franklin";
}

/* 媒体查询 */
@media (max-width: 950px) {
    .header {
        height: 60px;
        padding: 0 10px;
    }

    .content {
        padding: 20px;
    }

    .header .header_banner {
        line-height: 60px;
        padding: 0;
    }

    .footer {
        display: none;
    }

    .footer_750 {
        display: block;
        overflow: hidden;
    }

    /* 搜索框750样式 */
    .search button {
        width: 60px;
    }

    /* 搜索框750样式，百分比写法 */
    /* .search input {
        width: 65%;
    }

    .search button {
        width: 25%;
    } */

    /* 展示区样式 */
    .show_box li {
        width: 50%;
    }

    .show_box li p {
        font-size: 12px;
        line-height: 24px;
    }

    .show_box li h5 {
        font-size: 14px;
    }

    .line {
        margin: 20px 0;
    }

    .show_box {
        margin: 0;
    }
}